FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package healthdata.be.r4.cbb#0.16.0-beta (78 ms)

Package healthdata.be.r4.cbb
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=healthdata.be.r4.cbb@0.16.0-beta&canonical=https://fhir.healthdata.be/StructureDefinition/HdBe-Measurement
Url https://fhir.healthdata.be/StructureDefinition/HdBe-Measurement
Status draft
Date 2022-10-17T09:09:13.9562003+00:00
Name HdBeMeasurement
Title HdBe-Measurement
Experimental False
Description This is a minimal defined profile on Observation to document how to exchange the Measurement CBB in FHIR.
Copyright Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.
Type Observation
Kind resource

Resources that use this resource

StructureDefinition
https://fhir.healthdata.be/StructureDefinition/HdBe-Measurement HdBe-Measurement

Resources that this resource uses

StructureDefinition
https://fhir.healthdata.be/StructureDefinition/HdBe-AnatomicalLocation HdBe-AnatomicalLocation
https://fhir.healthdata.be/StructureDefinition/HdBe-Measurement HdBe-Measurement
https://fhir.healthdata.be/StructureDefinition/HdBe-Patient HdBe-Patient
https://fhir.healthdata.be/ValueSet/Location Location


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "HdBe-Measurement",
  "url" : "https://fhir.healthdata.be/StructureDefinition/HdBe-Measurement",
  "name" : "HdBeMeasurement",
  "title" : "HdBe-Measurement",
  "status" : "draft",
  "date" : "2022-10-17T09:09:13.9562003+00:00",
  "publisher" : "Healthdata.be (Sciensano)",
  "contact" : [
    {
      "name" : "Service portal – healthdata.be",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://sciensano.service-now.com/sp",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "This is a minimal defined profile on Observation to document how to exchange the Measurement CBB in FHIR.",
  "copyright" : "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "HdBe-Measurement",
      "uri" : "https://fhir.healthdata.be/StructureDefinition/LogicalModel/HdBe-Measurement",
      "name" : "HdBe logical model Measurement"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Observation",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Observation",
        "path" : "Observation",
        "definition" : "**Guidance on use for singular measurements and multiple related measurements**\n\nThe CBB Measurement captures both singular measurements and and panels/clusters of multiple related measurements requested together. This profile should be used slightly different in these two situations:\n\n* For singular measurements\n * A single instance of this profile is to be used.\n * `Observation.code` represents concept MeasurementName (the name and code of the executed measument) \n* For a panel or cluster of measurements:\n * There is a single instance for the overall result plus an instance for each test result.\n * The concepts Comment (`Observation.note`), ResultType ( `Observation.category:resultType`) and Performer ( `Observation.performer`) are repeated in the instance for the overall result and in all instances for the individual test results.\n * For the instance representing the overall result:\n * `Observation.code` represents concept MeasurementName \n * The instances representing the individual test results are referenced using `Observation.hasMember`.\n * For the instances representing the individual test results:\n * `Observation.code` represents concept MeasurementValue (the name and code of the executed measurement). The `Observation.value[x]` holds the MeasurementValue value.",
        "mapping" : [
          {
            "identity" : "HdBe-Measurement",
            "map" : "Measurement"
          }
        ]
      },
      {
        "id" : "Observation.code",
        "path" : "Observation.code",
        "short" : "MeasurementName",
        "definition" : "Name of the measurement as coded description (name and code)",
        "mapping" : [
          {
            "identity" : "HdBe-Measurment",
            "map" : ".Measurment.MeasurementName"
          }
        ]
      },
      {
        "id" : "Observation.subject",
        "path" : "Observation.subject",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "http://hl7.org/fhir/StructureDefinition/Group",
              "http://hl7.org/fhir/StructureDefinition/Device",
              "http://hl7.org/fhir/StructureDefinition/Location",
              "https://fhir.healthdata.be/StructureDefinition/HdBe-Patient"
            ]
          }
        ]
      },
      {
        "id" : "Observation.effective[x]",
        "path" : "Observation.effective[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Observation.effective[x]:effectivePeriod",
        "path" : "Observation.effective[x]",
        "sliceName" : "effectivePeriod",
        "type" : [
          {
            "code" : "Period"
          }
        ]
      },
      {
        "id" : "Observation.effective[x]:effectivePeriod.start",
        "path" : "Observation.effective[x].start",
        "short" : "MeasurementDateStartTime",
        "definition" : "The date end if applicable the time at which the execution of the measurement starts.",
        "mapping" : [
          {
            "identity" : "HdBe-Measurement",
            "map" : "Measurement.MeasurementDateStartTime"
          }
        ]
      },
      {
        "id" : "Observation.effective[x]:effectivePeriod.end",
        "path" : "Observation.effective[x].end",
        "short" : "MeasurementDateEndTime",
        "definition" : "The date end if applicable the time at which the execution of the measurement ends.",
        "mapping" : [
          {
            "identity" : "HdBe-Measurement",
            "map" : "Measurement.MeasurementDateEndTime"
          }
        ]
      },
      {
        "id" : "Observation.value[x]",
        "path" : "Observation.value[x]",
        "short" : "MeasurementValue",
        "definition" : "The result of the measurement.",
        "mapping" : [
          {
            "identity" : "HdBe-Measurement",
            "map" : "Measurement.MeasurementValue"
          }
        ]
      },
      {
        "id" : "Observation.note",
        "path" : "Observation.note",
        "max" : "1"
      },
      {
        "id" : "Observation.note.text",
        "path" : "Observation.note.text",
        "short" : "Comment",
        "definition" : "A comment about the result or the execution of the measurement. It may e.g. include statements about significant, unexpected or unreliable values, or information about the source of the value where this may be relevant to the interpretation of the result.",
        "mapping" : [
          {
            "identity" : "HdBe-Measurement",
            "map" : "Measurement.Comment"
          }
        ]
      },
      {
        "id" : "Observation.bodySite",
        "path" : "Observation.bodySite",
        "type" : [
          {
            "code" : "CodeableConcept",
            "profile" : [
              "https://fhir.healthdata.be/StructureDefinition/HdBe-AnatomicalLocation"
            ]
          }
        ],
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://fhir.healthdata.be/ValueSet/Location"
        },
        "mapping" : [
          {
            "identity" : "HdBe-Measurement",
            "map" : "Measurement.AnatomicalLocation"
          }
        ]
      },
      {
        "id" : "Observation.method",
        "path" : "Observation.method",
        "short" : "MeasurementMethod",
        "definition" : "The way in which the measurement was carried out and the method used.",
        "mapping" : [
          {
            "identity" : "HdBe-Measurement",
            "map" : "Measurement.MeasurementMethod"
          }
        ]
      },
      {
        "id" : "Observation.hasMember",
        "path" : "Observation.hasMember",
        "comment" : "When this resource is used to represent the overall result of a panel/cluster of laboratory tests, the individual test results SHOULD be referenced here. See the root of this profile for guidance.",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Observation",
              "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse",
              "http://hl7.org/fhir/StructureDefinition/MolecularSequence",
              "https://fhir.healthdata.be/StructureDefinition/HdBe-Measurement"
            ]
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.